Adwaita: dim menu overflow button border color
authorLapo Calamandrei <calamandrei@gmail.com>
Fri, 10 Oct 2014 12:01:38 +0000 (14:01 +0200)
committerLapo Calamandrei <calamandrei@gmail.com>
Fri, 10 Oct 2014 12:01:38 +0000 (14:01 +0200)
gtk/resources/theme/Adwaita/_common.scss
gtk/resources/theme/Adwaita/gtk-contained-dark.css
gtk/resources/theme/Adwaita/gtk-contained.css

index 707ab978f67828c97211f5269b24cec34ec31688..ec0cf125981c21ac1d21c195ac09920c4a50803a 100644 (file)
@@ -1435,11 +1435,10 @@ column-header.button.dnd { // for treeview-like derive widgets
   }
   &.button { // overlow buttons
     @extend %undecorated_button;
-    border-color: mix($fg_color, $base_color, 10%);
     border-style: none;
     border-radius: 0;
-    &.top { border-bottom: 1px solid; }
-    &.bottom { border-top: 1px solid; }
+    &.top { border-bottom: 1px solid mix($fg_color, $base_color, 10%); }
+    &.bottom { border-top: 1px solid mix($fg_color, $base_color, 10%); }
     &:hover { background-color: mix($fg_color, $base_color, 10%); }
     &:insensitive {
       color: transparent;
index 8281fa21b80191739c0d8c2f560bf688f91ecb58..5642cc15823fabb97ae7b1dacb8a160fb5b0fb9e 100644 (file)
@@ -2052,13 +2052,12 @@ GtkCalendar.header column-header .button.titlebutton, column-header .button:hove
   .menu.button, .header-bar .menu.button.titlebutton,
   .titlebar .menu.button.titlebutton,
   GtkCalendar.header .menu.button.titlebutton {
-    border-color: #3c3c3c;
     border-style: none;
     border-radius: 0; }
     .menu.button.top {
-      border-bottom: 1px solid; }
+      border-bottom: 1px solid #3c3c3c; }
     .menu.button.bottom {
-      border-top: 1px solid; }
+      border-top: 1px solid #3c3c3c; }
     .menu.button:hover {
       background-color: #3c3c3c; }
     .menu.button:insensitive {
index 1339144d80815ffd5bfc7f089e733ec06114522e..bd19bdccda6b3f5dbf9b53323ac05b915752266f 100644 (file)
@@ -2049,13 +2049,12 @@ GtkCalendar.header column-header .button.titlebutton, column-header .button:hove
   .menu.button, .header-bar .menu.button.titlebutton,
   .titlebar .menu.button.titlebutton,
   GtkCalendar.header .menu.button.titlebutton {
-    border-color: #eaeaea;
     border-style: none;
     border-radius: 0; }
     .menu.button.top {
-      border-bottom: 1px solid; }
+      border-bottom: 1px solid #eaeaea; }
     .menu.button.bottom {
-      border-top: 1px solid; }
+      border-top: 1px solid #eaeaea; }
     .menu.button:hover {
       background-color: #eaeaea; }
     .menu.button:insensitive {